home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE background PUBLIC "-//Apple, Inc.//DTD background V 2.0//EN" "" >
- <background>
- <id>2653</id>
- <filler1>0</filler1>
- <bitmap>BMAP_3783.pbm</bitmap>
- <cantDelete> <false /> </cantDelete>
- <showPict> <true /> </showPict>
- <dontSearch> <false /> </dontSearch>
- <link rel="stylesheet" type="text/css" href="stylesheet_4024.css" />
- <part>
- <id>1</id>
- <type>button</type>
- <visible> <true /> </visible>
- <reserved5> 0 </reserved5>
- <reserved4> 0 </reserved4>
- <reserved3> 0 </reserved3>
- <reserved2> 0 </reserved2>
- <reserved1> 0 </reserved1>
- <enabled> <true /> </enabled>
- <rect>
- <left>142</left>
- <top>22</top>
- <right>253</right>
- <bottom>40</bottom>
- </rect>
- <style>radiobutton</style>
- <showName> <true /> </showName>
- <highlight> <false /> </highlight>
- <autoHighlight> <true /> </autoHighlight>
- <sharedHighlight> <true /> </sharedHighlight>
- <family>0</family>
- <titleWidth>0</titleWidth>
- <icon>0</icon>
- <textAlign>center</textAlign>
- <font>Chicago</font>
- <textSize>12</textSize>
- <textStyle>plain</textStyle>
- <name>Continuous</name>
- <script>on mouseUp
- set hilite of background button "Point-to-Point" to false
- end mouseUp
- </script>
- </part>
- <part>
- <id>2</id>
- <type>button</type>
- <visible> <true /> </visible>
- <reserved5> 0 </reserved5>
- <reserved4> 0 </reserved4>
- <reserved3> 0 </reserved3>
- <reserved2> 0 </reserved2>
- <reserved1> 0 </reserved1>
- <enabled> <true /> </enabled>
- <rect>
- <left>142</left>
- <top>43</top>
- <right>262</right>
- <bottom>60</bottom>
- </rect>
- <style>radiobutton</style>
- <showName> <true /> </showName>
- <highlight> <true /> </highlight>
- <autoHighlight> <true /> </autoHighlight>
- <sharedHighlight> <true /> </sharedHighlight>
- <family>0</family>
- <titleWidth>0</titleWidth>
- <icon>0</icon>
- <textAlign>center</textAlign>
- <font>Chicago</font>
- <textSize>12</textSize>
- <textStyle>plain</textStyle>
- <name>Point-to-Point</name>
- <script>on mouseUp
- set hilite of background button "Continuous" to false
- end mouseUp
- </script>
- </part>
- <part>
- <id>3</id>
- <type>field</type>
- <visible> <true /> </visible>
- <dontWrap> <false /> </dontWrap>
- <dontSearch> <false /> </dontSearch>
- <sharedText> <false /> </sharedText>
- <fixedLineHeight> <true /> </fixedLineHeight>
- <autoTab> <false /> </autoTab>
- <lockText> <false /> </lockText>
- <rect>
- <left>271</left>
- <top>36</top>
- <right>491</right>
- <bottom>304</bottom>
- </rect>
- <style>scrolling</style>
- <autoSelect> <false /> </autoSelect>
- <showLines> <false /> </showLines>
- <wideMargins> <false /> </wideMargins>
- <multipleLines> <false /> </multipleLines>
- <reservedFamily> 0 </reservedFamily>
- <titleWidth>0</titleWidth>
- <icon>0</icon>
- <textAlign>left</textAlign>
- <font>Geneva</font>
- <textSize>9</textSize>
- <textStyle>plain</textStyle>
- <textHeight>12</textHeight>
- <name>Animation Sequence</name>
- <script>on closeField
- global endLoc
- repeat until last word of last line of field "Animation Sequence" is ¬
- not empty
- delete last line of field "Animation Sequence"
- end repeat
- put last word of last line of field "Animation Sequence" into it
- if item 2 of it is empty or item 3 of it is not empty then
- set hilite of bkgnd button "Continue?" to false
- put empty into endLoc
- else put it into endLoc
- end closeField</script>
- </part>
- <part>
- <id>5</id>
- <type>button</type>
- <visible> <true /> </visible>
- <reserved5> 0 </reserved5>
- <reserved4> 0 </reserved4>
- <reserved3> 0 </reserved3>
- <reserved2> 0 </reserved2>
- <reserved1> 0 </reserved1>
- <enabled> <true /> </enabled>
- <rect>
- <left>219</left>
- <top>111</top>
- <right>266</right>
- <bottom>138</bottom>
- </rect>
- <style>shadow</style>
- <showName> <true /> </showName>
- <highlight> <false /> </highlight>
- <autoHighlight> <true /> </autoHighlight>
- <sharedHighlight> <true /> </sharedHighlight>
- <family>0</family>
- <titleWidth>-4</titleWidth>
- <icon>-15743</icon>
- <textAlign>center</textAlign>
- <font>Chicago</font>
- <textSize>12</textSize>
- <textStyle>plain</textStyle>
- <name>Begin</name>
- <script>on mouseUp
- global endLoc
- set icon of bkgnd button "Begin" to -15744
- if hilite of bkgnd button "Continue?" is false then
- -- wait 10
- put "Click at starting point for animation." into ¬
- field "Additional Notes"
- show field "Additional Notes"
- hide field "Notes"
- wait until the mouse is down
- put the mouseLoc into startLoc
- else
- put endLoc into startLoc
- put "Click at next point to continue to....." into ¬
- field "Additional Notes"
- show field "Additional Notes"
- hide field "Notes"
- repeat while the mouse is up
- put the mouseLoc into field "Mouse"
- end repeat
- put the mouseLoc into endLoc
- put "drag from " & startLoc & " to " & endLoc & return after ¬
- field "Animation Sequence"
- wait 10
- end if
- if hilite of background button "Continuous" is true then
- put "Click once to terminate animation sequence." into ¬
- field "Additional Notes"
- repeat while the mouse is up
- put the mouseLoc into endLoc
- put "drag from " & startLoc & " to " & endLoc & return after ¬
- field "Animation Sequence"
- put endLoc into startLoc
- end repeat
- set hilite of me to false
- else
- put "Click to designate next point in sequence. " & ¬
- "Double-click to terminate animation sequence." into ¬
- field "Additional Notes"
- repeat
- wait until the mouse is down
- put the mouseLoc into endLoc
- wait 15
- if the mouse is down then
- put "drag from " & startLoc & " to " & endLoc & return after ¬
- field "Animation Sequence"
- exit repeat
- end if
- put "drag from " & startLoc & " to " & endLoc & return after ¬
- field "Animation Sequence"
- put endLoc into startLoc
- end repeat
- end if
- set icon of bkgnd button "Begin" to -15743
- show field "Notes"
- hide field "Additional Notes"
- end mouseUp
- </script>
- </part>
- <part>
- <id>7</id>
- <type>button</type>
- <visible> <true /> </visible>
- <reserved5> 0 </reserved5>
- <reserved4> 0 </reserved4>
- <reserved3> 0 </reserved3>
- <reserved2> 0 </reserved2>
- <reserved1> 0 </reserved1>
- <enabled> <true /> </enabled>
- <rect>
- <left>11</left>
- <top>271</top>
- <right>92</right>
- <bottom>300</bottom>
- </rect>
- <style>roundrect</style>
- <showName> <true /> </showName>
- <highlight> <false /> </highlight>
- <autoHighlight> <true /> </autoHighlight>
- <sharedHighlight> <true /> </sharedHighlight>
- <family>0</family>
- <titleWidth>0</titleWidth>
- <icon>0</icon>
- <textAlign>center</textAlign>
- <font>Chicago</font>
- <textSize>12</textSize>
- <textStyle>plain</textStyle>
- <name>Set Up</name>
- <script>on mouseUp
- put "on mouseUp" & return into workScript
- put "choose Lasso Tool" & return after workScript
- put "domenu Select" & return after workScript
- put "domenu Opaque" & return after workScript
- put field "Animation Sequence" after workScript
- put "domenu Undo" & return after workScript
- put "choose " & quote & "Browse Tool" & quote & return after workScript
- put "end mouseUp" after workScript
- set script of background button "Do It!" to workScript
- end mouseUp
- </script>
- </part>
- <part>
- <id>8</id>
- <type>button</type>
- <visible> <true /> </visible>
- <reserved5> 0 </reserved5>
- <reserved4> 0 </reserved4>
- <reserved3> 0 </reserved3>
- <reserved2> 0 </reserved2>
- <reserved1> 0 </reserved1>
- <enabled> <true /> </enabled>
- <rect>
- <left>98</left>
- <top>272</top>
- <right>204</right>
- <bottom>301</bottom>
- </rect>
- <style>roundrect</style>
- <showName> <true /> </showName>
- <highlight> <false /> </highlight>
- <autoHighlight> <true /> </autoHighlight>
- <sharedHighlight> <true /> </sharedHighlight>
- <family>0</family>
- <titleWidth>0</titleWidth>
- <icon>0</icon>
- <textAlign>center</textAlign>
- <font>Chicago</font>
- <textSize>12</textSize>
- <textStyle>plain</textStyle>
- <name>Do It!</name>
- <script>on mouseUp
- choose Lasso Tool
- domenu Select
- domenu Opaque
- set dragSpeed to 1000
- drag from 64,116 to 204,5
- drag from 204,5 to 497,203
- drag from 497,203 to 322,327
- drag from 322,327 to 11,135
- drag from 11,135 to 127,12
- drag from 127,12 to 495,289
- drag from 495,289 to 447,328
- drag from 447,328 to 67,115
- set dragSpeed to 1000
- set dragSpeed to 1000
- drag from 36,76 to 53,94
- drag from 220,325 to 221,323
- domenu Undo
- choose "Browse Tool"
- end mouseUp</script>
- </part>
- <part>
- <id>9</id>
- <type>button</type>
- <visible> <true /> </visible>
- <reserved5> 0 </reserved5>
- <reserved4> 0 </reserved4>
- <reserved3> 0 </reserved3>
- <reserved2> 0 </reserved2>
- <reserved1> 0 </reserved1>
- <enabled> <true /> </enabled>
- <rect>
- <left>335</left>
- <top>312</top>
- <right>416</right>
- <bottom>341</bottom>
- </rect>
- <style>roundrect</style>
- <showName> <true /> </showName>
- <highlight> <false /> </highlight>
- <autoHighlight> <true /> </autoHighlight>
- <sharedHighlight> <true /> </sharedHighlight>
- <family>0</family>
- <titleWidth>0</titleWidth>
- <icon>0</icon>
- <textAlign>center</textAlign>
- <font>Chicago</font>
- <textSize>12</textSize>
- <textStyle>plain</textStyle>
- <name>Clear</name>
- <script>on mouseUp
- global endLoc
- set hilite of bkgnd button "Continue?" to false
- put "set dragSpeed to " & field "Speed" & return into ¬
- field "Animation Sequence"
- put empty into endLoc
- end mouseUp
- </script>
- </part>
- <part>
- <id>10</id>
- <type>field</type>
- <visible> <true /> </visible>
- <dontWrap> <false /> </dontWrap>
- <dontSearch> <false /> </dontSearch>
- <sharedText> <false /> </sharedText>
- <fixedLineHeight> <true /> </fixedLineHeight>
- <autoTab> <false /> </autoTab>
- <lockText> <false /> </lockText>
- <rect>
- <left>137</left>
- <top>148</top>
- <right>221</right>
- <bottom>174</bottom>
- </rect>
- <style>shadow</style>
- <autoSelect> <false /> </autoSelect>
- <showLines> <false /> </showLines>
- <wideMargins> <false /> </wideMargins>
- <multipleLines> <false /> </multipleLines>
- <reservedFamily> 0 </reservedFamily>
- <titleWidth>0</titleWidth>
- <icon>0</icon>
- <textAlign>left</textAlign>
- <font>Geneva</font>
- <textSize>18</textSize>
- <textStyle>bold</textStyle>
- <textHeight>24</textHeight>
- <name>Speed</name>
- <script></script>
- </part>
- <part>
- <id>11</id>
- <type>button</type>
- <visible> <true /> </visible>
- <reserved5> 0 </reserved5>
- <reserved4> 0 </reserved4>
- <reserved3> 0 </reserved3>
- <reserved2> 0 </reserved2>
- <reserved1> 0 </reserved1>
- <enabled> <true /> </enabled>
- <rect>
- <left>232</left>
- <top>150</top>
- <right>262</right>
- <bottom>174</bottom>
- </rect>
- <style>transparent</style>
- <showName> <false /> </showName>
- <highlight> <false /> </highlight>
- <autoHighlight> <false /> </autoHighlight>
- <sharedHighlight> <true /> </sharedHighlight>
- <family>0</family>
- <titleWidth>0</titleWidth>
- <icon>1013</icon>
- <textAlign>center</textAlign>
- <font>Chicago</font>
- <textSize>12</textSize>
- <textStyle>plain</textStyle>
- <name></name>
- <script>on mouseUp
- if the selection is empty then
- put "set dragSpeed to " & field "Speed" & return after ¬
- field "Animation Sequence"
- else
- type "set dragSpeed to " & field "Speed" & return
- end if
- end mouseUp
- </script>
- </part>
- <part>
- <id>12</id>
- <type>button</type>
- <visible> <true /> </visible>
- <reserved5> 0 </reserved5>
- <reserved4> 0 </reserved4>
- <reserved3> 0 </reserved3>
- <reserved2> 0 </reserved2>
- <reserved1> 0 </reserved1>
- <enabled> <true /> </enabled>
- <rect>
- <left>143</left>
- <top>83</top>
- <right>236</right>
- <bottom>106</bottom>
- </rect>
- <style>checkbox</style>
- <showName> <true /> </showName>
- <highlight> <false /> </highlight>
- <autoHighlight> <false /> </autoHighlight>
- <sharedHighlight> <true /> </sharedHighlight>
- <family>0</family>
- <titleWidth>0</titleWidth>
- <icon>0</icon>
- <textAlign>center</textAlign>
- <font>Chicago</font>
- <textSize>12</textSize>
- <textStyle>plain</textStyle>
- <name>Continue?</name>
- <script>on mouseUp
- global endLoc
- if hilite of bkgnd button "Continue?" is true then
- set hilite of bkgnd button "Continue?" to false
- exit mouseUp
- end if
- repeat until last word of last line of field "Animation Sequence" is ¬
- not empty
- delete last line of field "Animation Sequence"
- end repeat
- put number of lines of field "Animation Sequence" into noLines
- repeat
- put last word of line noLines of field "Animation Sequence" into it
- if item 2 of it is empty or item 3 of it is not empty then
- subtract 1 from noLines
- if noLines is 0 then
- answer "No place to continue from!" with "OK"
- exit repeat
- end if
- else
- set hilite of bkgnd button "Continue?" to true
- put it into endLoc
- exit repeat
- end if
- end repeat
- end mouseUp
- </script>
- </part>
- <part>
- <id>13</id>
- <type>field</type>
- <visible> <true /> </visible>
- <dontWrap> <false /> </dontWrap>
- <dontSearch> <false /> </dontSearch>
- <sharedText> <false /> </sharedText>
- <fixedLineHeight> <true /> </fixedLineHeight>
- <autoTab> <false /> </autoTab>
- <lockText> <false /> </lockText>
- <rect>
- <left>54</left>
- <top>308</top>
- <right>155</right>
- <bottom>332</bottom>
- </rect>
- <style>rectangle</style>
- <autoSelect> <false /> </autoSelect>
- <showLines> <false /> </showLines>
- <wideMargins> <false /> </wideMargins>
- <multipleLines> <false /> </multipleLines>
- <reservedFamily> 0 </reservedFamily>
- <titleWidth>0</titleWidth>
- <icon>0</icon>
- <textAlign>center</textAlign>
- <font>Geneva</font>
- <textSize>18</textSize>
- <textStyle>bold</textStyle>
- <textHeight>24</textHeight>
- <name>mouse</name>
- <script></script>
- </part>
- <part>
- <id>14</id>
- <type>field</type>
- <visible> <false /> </visible>
- <dontWrap> <false /> </dontWrap>
- <dontSearch> <false /> </dontSearch>
- <sharedText> <false /> </sharedText>
- <fixedLineHeight> <true /> </fixedLineHeight>
- <autoTab> <false /> </autoTab>
- <lockText> <true /> </lockText>
- <rect>
- <left>9</left>
- <top>182</top>
- <right>251</right>
- <bottom>269</bottom>
- </rect>
- <style>shadow</style>
- <autoSelect> <false /> </autoSelect>
- <showLines> <false /> </showLines>
- <wideMargins> <false /> </wideMargins>
- <multipleLines> <false /> </multipleLines>
- <reservedFamily> 0 </reservedFamily>
- <titleWidth>0</titleWidth>
- <icon>0</icon>
- <textAlign>left</textAlign>
- <font>Geneva</font>
- <textSize>12</textSize>
- <textStyle>plain</textStyle>
- <textHeight>16</textHeight>
- <name>Additional Notes</name>
- <script></script>
- </part>
- <part>
- <id>15</id>
- <type>field</type>
- <visible> <true /> </visible>
- <dontWrap> <false /> </dontWrap>
- <dontSearch> <false /> </dontSearch>
- <sharedText> <false /> </sharedText>
- <fixedLineHeight> <true /> </fixedLineHeight>
- <autoTab> <false /> </autoTab>
- <lockText> <true /> </lockText>
- <rect>
- <left>9</left>
- <top>182</top>
- <right>251</right>
- <bottom>269</bottom>
- </rect>
- <style>shadow</style>
- <autoSelect> <false /> </autoSelect>
- <showLines> <false /> </showLines>
- <wideMargins> <false /> </wideMargins>
- <multipleLines> <false /> </multipleLines>
- <reservedFamily> 0 </reservedFamily>
- <titleWidth>0</titleWidth>
- <icon>0</icon>
- <textAlign>left</textAlign>
- <font>Geneva</font>
- <textSize>12</textSize>
- <textStyle>plain</textStyle>
- <textHeight>16</textHeight>
- <name>Notes</name>
- <script></script>
- </part>
- <part>
- <id>16</id>
- <type>button</type>
- <visible> <true /> </visible>
- <reserved5> 0 </reserved5>
- <reserved4> 0 </reserved4>
- <reserved3> 0 </reserved3>
- <reserved2> 0 </reserved2>
- <reserved1> 0 </reserved1>
- <enabled> <true /> </enabled>
- <rect>
- <left>476</left>
- <top>311</top>
- <right>507</right>
- <bottom>337</bottom>
- </rect>
- <style>transparent</style>
- <showName> <false /> </showName>
- <highlight> <false /> </highlight>
- <autoHighlight> <false /> </autoHighlight>
- <sharedHighlight> <true /> </sharedHighlight>
- <family>0</family>
- <titleWidth>0</titleWidth>
- <icon>1012</icon>
- <textAlign>center</textAlign>
- <font>Chicago</font>
- <textSize>12</textSize>
- <textStyle>plain</textStyle>
- <name></name>
- <script>on mouseUp
- visual dissolve to white
- visual dissolve to card
- go back
- end mouseUp
- </script>
- </part>
- <part>
- <id>17</id>
- <type>button</type>
- <visible> <true /> </visible>
- <reserved5> 0 </reserved5>
- <reserved4> 0 </reserved4>
- <reserved3> 0 </reserved3>
- <reserved2> 0 </reserved2>
- <reserved1> 0 </reserved1>
- <enabled> <true /> </enabled>
- <rect>
- <left>234</left>
- <top>307</top>
- <right>274</right>
- <bottom>339</bottom>
- </rect>
- <style>transparent</style>
- <showName> <false /> </showName>
- <highlight> <false /> </highlight>
- <autoHighlight> <false /> </autoHighlight>
- <sharedHighlight> <true /> </sharedHighlight>
- <family>0</family>
- <titleWidth>0</titleWidth>
- <icon>32462</icon>
- <textAlign>center</textAlign>
- <font>Chicago</font>
- <textSize>12</textSize>
- <textStyle>plain</textStyle>
- <name></name>
- <script>on mouseUp
- visual dissolve slowly to white
- visual dissolve to card
- go next
- end mouseUp
- </script>
- </part>
- <part>
- <id>18</id>
- <type>button</type>
- <visible> <true /> </visible>
- <reserved5> 0 </reserved5>
- <reserved4> 0 </reserved4>
- <reserved3> 0 </reserved3>
- <reserved2> 0 </reserved2>
- <reserved1> 0 </reserved1>
- <enabled> <true /> </enabled>
- <rect>
- <left>11</left>
- <top>309</top>
- <right>42</right>
- <bottom>335</bottom>
- </rect>
- <style>transparent</style>
- <showName> <false /> </showName>
- <highlight> <false /> </highlight>
- <autoHighlight> <false /> </autoHighlight>
- <sharedHighlight> <true /> </sharedHighlight>
- <family>0</family>
- <titleWidth>0</titleWidth>
- <icon>20689</icon>
- <textAlign>center</textAlign>
- <font>Chicago</font>
- <textSize>12</textSize>
- <textStyle>plain</textStyle>
- <name></name>
- <script>on mouseUp
- visual dissolve to white
- visual dissolve to card
- go home
- end mouseUp
- </script>
- </part>
- <part>
- <id>20</id>
- <type>button</type>
- <visible> <true /> </visible>
- <reserved5> 0 </reserved5>
- <reserved4> 0 </reserved4>
- <reserved3> 0 </reserved3>
- <reserved2> 0 </reserved2>
- <reserved1> 0 </reserved1>
- <enabled> <true /> </enabled>
- <rect>
- <left>158</left>
- <top>311</top>
- <right>179</right>
- <bottom>331</bottom>
- </rect>
- <style>radiobutton</style>
- <showName> <false /> </showName>
- <highlight> <false /> </highlight>
- <autoHighlight> <true /> </autoHighlight>
- <sharedHighlight> <true /> </sharedHighlight>
- <family>0</family>
- <titleWidth>0</titleWidth>
- <icon>0</icon>
- <textAlign>center</textAlign>
- <font>Chicago</font>
- <textSize>12</textSize>
- <textStyle>plain</textStyle>
- <name>MouseLoc</name>
- <script>on mouseUp
- repeat until the mouse is down
- put the mouseLoc into field "Mouse"
- end repeat
- set hilite of bkgnd button "MouseLoc" to false
- end mouseUp
- </script>
- </part>
- <part>
- <id>21</id>
- <type>button</type>
- <visible> <true /> </visible>
- <reserved5> 0 </reserved5>
- <reserved4> 0 </reserved4>
- <reserved3> 0 </reserved3>
- <reserved2> 0 </reserved2>
- <reserved1> 0 </reserved1>
- <enabled> <true /> </enabled>
- <rect>
- <left>211</left>
- <top>272</top>
- <right>258</right>
- <bottom>302</bottom>
- </rect>
- <style>transparent</style>
- <showName> <false /> </showName>
- <highlight> <false /> </highlight>
- <autoHighlight> <false /> </autoHighlight>
- <sharedHighlight> <true /> </sharedHighlight>
- <family>0</family>
- <titleWidth>0</titleWidth>
- <icon>2478</icon>
- <textAlign>center</textAlign>
- <font>Chicago</font>
- <textSize>12</textSize>
- <textStyle>plain</textStyle>
- <name></name>
- <script>on mouseUp
- visual dissolve to card
- go first
- end mouseUp
- </script>
- </part>
- <name></name>
- <script></script>
- </background>
-